projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6207837
)
(mail-abbrev-end-of-buffer): Fix interactive spec to "P", same as
author
Roland McGrath
<roland@gnu.org>
Thu, 8 Jul 1993 21:14:43 +0000
(21:14 +0000)
committer
Roland McGrath
<roland@gnu.org>
Thu, 8 Jul 1993 21:14:43 +0000
(21:14 +0000)
end-of-buffer.
lisp/mail/mailabbrev.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mailabbrev.el
b/lisp/mail/mailabbrev.el
index b2e7429147cc61876ebb7af159a272d7d114d844..decae9a5811cdab4d8b31ff45ce83c0a719dee06 100644
(file)
--- a/
lisp/mail/mailabbrev.el
+++ b/
lisp/mail/mailabbrev.el
@@
-548,7
+548,7
@@
With arg N, put point N/10 of the way from the true end.
Don't use this command in Lisp programs!
\(goto-char (point-max)) is faster and avoids clobbering the mark."
- (interactive "
p
")
+ (interactive "
P
")
(if (looking-at "[ \t]*\n") (expand-abbrev))
(setq this-command 'end-of-buffer)
(end-of-buffer arg))